projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5632e58
)
scripts/Makefile.spl: Add MVEBU DDR code to SPL
author
Stefan Roese
<
[email protected]
>
Mon, 19 Jan 2015 10:33:43 +0000
(11:33 +0100)
committer
Luka Perkov
<
[email protected]
>
Fri, 6 Feb 2015 16:24:54 +0000
(17:24 +0100)
Signed-off-by: Stefan Roese <
[email protected]
>
Reviewed-by: Luka Perkov <
[email protected]
>
scripts/Makefile.spl
patch
|
blob
|
history
diff --git
a/scripts/Makefile.spl
b/scripts/Makefile.spl
index ecf3037cb89b032712f6ba9c9bf673664ed4fa96..e4b98811867da5d6ce753cbe578d187caaaf60b5 100644
(file)
--- a/
scripts/Makefile.spl
+++ b/
scripts/Makefile.spl
@@
-57,6
+57,7
@@
libs-$(CONFIG_SPL_I2C_SUPPORT) += drivers/i2c/
libs-$(CONFIG_SPL_GPIO_SUPPORT) += drivers/gpio/
libs-$(CONFIG_SPL_MMC_SUPPORT) += drivers/mmc/
libs-$(CONFIG_SPL_MPC8XXX_INIT_DDR_SUPPORT) += drivers/ddr/fsl/
+libs-$(CONFIG_SYS_MVEBU_DDR) += drivers/ddr/mvebu/
libs-$(CONFIG_SPL_SERIAL_SUPPORT) += drivers/serial/
libs-$(CONFIG_SPL_SPI_FLASH_SUPPORT) += drivers/mtd/spi/
libs-$(CONFIG_SPL_SPI_SUPPORT) += drivers/spi/